home *** CD-ROM | disk | FTP | other *** search
/ 3-D Body Adventure / 3-D Body Adventure (1994)(Knowledge Adventure).iso / zzzinst.bat < prev    next >
DOS Batch File  |  1994-05-08  |  1KB  |  29 lines

  1. @echo off
  2. rem This batch file is not meant to be used directly.
  3. if "%1"=="-drive" goto gotdrive
  4. zzzinst1 %1 %2 %3 %4 %5 %6 %7
  5. if errorlevel 99 goto reallyquit
  6. if errorlevel 1 goto reallyquit
  7. goto reinvoke
  8. :gotdrive
  9. zzzinst1 %3 %4 %5 %6 %7 %8 %9
  10. if errorlevel 99 goto quitdrive
  11. if errorlevel 1 goto reallyquit
  12. :reinvoke
  13. rem Reinvoke this batch file indirectly.  Current drive and directory
  14. rem point to the product that was last installed, which created a
  15. rem zzzret.bat.
  16. rem This zzzret.bat changes drive and directory to the cd-rom,
  17. rem then executes
  18. rem "zzzinst -drive driveletter: any options passed to setup"
  19. rem If no -N option is passed to setup, setup adds -N 9999.
  20. rem zzzinst1.scr uses -N to tell itself on the next run which menuitem
  21. rem to highlight.
  22. .\zzzret
  23. :quitdrive
  24. rem If the user selects quit, and we have already installed something,
  25. rem change to the drive that was installed to.  We know this only
  26. rem because we were invoked -drive driveletter:
  27. %2
  28. :reallyquit
  29.